go/types.Context.typeMap (field)
6 uses
go/types (current package)
context.go#L23: typeMap map[string][]ctxtEntry // type hash -> instances entries
context.go#L37: typeMap: make(map[string][]ctxtEntry),
context.go#L71: for _, e := range ctxt.typeMap[h] {
context.go#L94: for _, e := range ctxt.typeMap[h] {
context.go#L104: ctxt.typeMap[h] = append(ctxt.typeMap[h], ctxtEntry{
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)